home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
juicebar
/
00826.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-07
|
241 b
|
14 lines
on mouseUp
global Rocket
set Rocket to Rocket + 1
if (Rocket mod 3) = 0 then
go("Rocket.Pos1a")
end if
if (Rocket mod 3) = 1 then
go("Rocket.Pos1b")
end if
if (Rocket mod 3) = 2 then
go("Rocket.Pos1c")
end if
end